PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPen Class / setLineCap Method
the line cap style.
In This Topic
    setLineCap Method
    In This Topic
    Sets the line cap style.
    Syntax
    public void setLineCap( 
       PDFLineCap lineCap
    )

    Parameters

    lineCap
    the line cap style.
    Exceptions
    ExceptionDescription
    When lineCap is set to PDFLineCap.UNKNOWN
    See Also